Click or drag to resize

JsonBoolean Constructor

Initializes a new instance of the JsonBoolean class

Namespace:  Independentsoft.Json.Parser
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public JsonBoolean(
	bool value
)

Parameters

value
Type: SystemBoolean
See Also